<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_AMERICAN</nationality>

		<long_name>Chevrolet Silverado</long_name>
		<short_name>'Ripper'</short_name>
		<comment>Pickup truck with a machine gun on it. Dangerous thing.</comment>

		<uniform_profile>uniform_profile_american_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_american_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>1</month><year>1960</year><number>600</number></data>
		<data><month>12</month><year>2040</year><number>600</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Chevrolet Silverado.png</image_profile>
			<weight>30260</weight>
			<can_mount_infantry>yes</can_mount_infantry>
		</attributes>

		<drive>
			<engine>
				<name>Continental R975 C1</name>
				<horsepower>340</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forward_1st>7.56</forward_1st>
				<forward_2nd>3.11</forward_2nd>
				<forward_3rd>1.78</forward_3rd>
				<forward_4th>1.11</forward_4th>
				<forward_5th>0.73</forward_5th>
				<reverse_1st>-5.65</reverse_1st>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe>
				<offsetX>43</offsetX>
				<offsetY>302</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>

			<exhaust_pipe>
				<offsetX>-43</offsetX>
				<offsetY>302</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Chevrolet Silverado.png</image_view>

			<width>262</width>
			<length>604</length>
			<height>122</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>12</front>
				<side>12</side>
				<rear>12</rear>
				<top>12</top>
				<bottom>12</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>262</width>
			<length>450</length>
			<height>73</height>

			<offsetX>0</offsetX>
			<offsetY>50</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>12</front>
				<side>12</side>
				<rear>12</rear>
				<top>12</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<offsetX>50</offsetX>
			<offsetY>-200</offsetY>
			<offsetZ>140</offsetZ>
			<minAngle>-25</minAngle>
			<maxAngle>20</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_HMG_50CAL</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_HMG_50CAL</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>

		<turret>
			<image_view>Image-Machinegun.png</image_view>

			<diameter>210</diameter>
			<height>75</height>
			<offsetX>0</offsetX>
			<offsetY>-10</offsetY>

			<rotate_time>10</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>12</front>
				<side>12</side>
				<rear>12</rear>
				<top>12</top>
				<mantlet>12</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_75_M3</type></weapon>
			<weapon><type>WEAPON_HMG_50CAL</type><offsetX>-38</offsetX></weapon>
			<ammo><for>WEAPON_CANNON_75_M3</for><flavour>FLAVOUR_APCBC</flavour><rounds>20</rounds></ammo>
			<ammo><for>WEAPON_CANNON_75_M3</for><flavour>FLAVOUR_HE</flavour><rounds>20</rounds></ammo>
			<ammo><for>WEAPON_HMG_50CAL</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
